home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PDeletePrivateData.h ------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Thu, Oct 12, 1995 @ 10:48 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PDeletePrivateData__
- #define __PDeletePrivateData__
-
- #include "PGetPageOptions.h"
-
- class PDeletePrivateData
- {
-
- public:
-
- PDeletePrivateData
- ( const char * sDeveloperID,
- const char * sPluginID,
- short cTargetClass,
- unsigned long nTypeFlag,
- unsigned long nTargetID );
-
- private:
-
- PDeletePrivateData();
- };
-
- #endif
-
- // end of PDeletePrivateData.h
-